Package-level declarations
Types
Link copied to clipboard
Exceptions related to the digital invoice used in the return assistant feature.
Link copied to clipboard
public class DigitalInvoiceFragment extends Fragment implements DigitalInvoiceScreenContract.View, DigitalInvoiceFragmentInterface, LineItemsAdapterListener
The returned extractions in the DigitalInvoiceFragmentListener.onPayInvoice() are updated to include the user's modifications:
Link copied to clipboard
Public API of the DigitalInvoiceFragment.
Link copied to clipboard
Interface used by the DigitalInvoiceFragment to dispatch events to the hosting Activity.
Link copied to clipboard
Link copied to clipboard
The LineItem
class contains information from a line item extraction.
Link copied to clipboard
It checks that the compound extractions contain valid line items which can be used to show the return assistant.
Link copied to clipboard
The SelectableLineItem
wrapps a LineItem and adds the possibility to select/deselect it and also add a reason why it's deselected.